The following tables list the members exposed by ReadOnlyKeyedObservableCollection<TItem,TKey>.
Name | Description | |
---|---|---|
![]() | ReadOnlyKeyedObservableCollection<TItem,TKey> Constructor | Initializes a new ReadOnlyKeyedObservableCollection<TItem,TKey> |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of elements contained in the ReadOnlyCollection instance. (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<TItem>) |
![]() | Item | Returns the item with the specified key. |
Name | Description | |
---|---|---|
![]() | Items | Returns the IList that the ReadOnlyCollection wraps. (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<TItem>) |
Name | Description | |
---|---|---|
![]() | Contains | Determines whether an element is in the ReadOnlyCollection. (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<TItem>) |
![]() | ContainsKey | Indicates if an item with the specified key exists within the collection. |
![]() | CopyTo | Copies the entire ReadOnlyCollection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<TItem>) |
![]() | GetEnumerator | Returns an enumerator that iterates through the ReadOnlyCollection. (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<TItem>) |
![]() | IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire ReadOnlyCollection. (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<TItem>) |
![]() | IndexOfKey | Returns the index of the item with the specified key or null if none exists. |
![]() | TryGetItem | Gets the item with the specified key |
Name | Description | |
---|---|---|
![]() | OnCollectionChanged | (Inherited from System.Collections.ObjectModel.ReadOnlyObservableCollection<TItem>) |
![]() | OnPropertyChanged | (Inherited from System.Collections.ObjectModel.ReadOnlyObservableCollection<TItem>) |
Name | Description | |
---|---|---|
![]() | CollectionChanged | (Inherited from System.Collections.ObjectModel.ReadOnlyObservableCollection<TItem>) |
![]() | PropertyChanged | (Inherited from System.Collections.ObjectModel.ReadOnlyObservableCollection<TItem>) |